home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19970104-19970326 / 000445_news@columbia.edu _Thu Mar 20 19:47:48 1997.msg < prev    next >
Internet Message Format  |  2020-01-01  |  1KB

  1. Return-Path: <news@columbia.edu>
  2. Received: from newsmaster.cc.columbia.edu (newsmaster.cc.columbia.edu [128.59.35.30])
  3.     by watsun.cc.columbia.edu (8.8.5/8.8.5) with ESMTP id TAA27979
  4.     for <kermit.misc@watsun.cc.columbia.edu>; Thu, 20 Mar 1997 19:47:47 -0500 (EST)
  5. Received: (from news@localhost)
  6.     by newsmaster.cc.columbia.edu (8.8.5/8.8.5) id TAA13107
  7.     for kermit.misc@watsun; Thu, 20 Mar 1997 19:47:46 -0500 (EST)
  8. Path: news.columbia.edu!watsun.cc.columbia.edu!fdc
  9. From: fdc@watsun.cc.columbia.edu (Frank da Cruz)
  10. Newsgroups: comp.protocols.kermit.misc
  11. Subject: Re: Command line execution
  12. Date: 21 Mar 1997 00:47:44 GMT
  13. Organization: Columbia University
  14. Lines: 10
  15. Message-ID: <5gslrg$k4f$1@apakabar.cc.columbia.edu>
  16. References: <3331C0E9.54A3@mail.moody.edu>
  17. NNTP-Posting-Host: watsun.cc.columbia.edu
  18. Xref: news.columbia.edu comp.protocols.kermit.misc:6777
  19.  
  20. In article <3331C0E9.54A3@mail.moody.edu>,
  21. Jim Hickman  <jhickman@moody.edu> wrote:
  22. : Need a push with some simple stuff.  Can't find where/how to make a .tak
  23. : file run from the command line in C-Kermit on a HP-UX system.  Know this
  24. : has got to be something simple I just have forgotten in the several
  25. : years since I've worked in a Unix environment.
  26. kermit filename
  27.  
  28. - Frank